home *** CD-ROM | disk | FTP | other *** search
- -- background: 11712 from stack: in.2
- -- bmap block id: 12024
- -- flags: 4000
- -- background id: 0
- -- name: Hardware
- ----- HyperTalk script -----
- on arrowKey theKey
- myArrowKey theKey
- end arrowKey
-
- ----------------------------------------------------------------------
- on closeCard
- set the scroll of bkgnd field "contents" to 0
- end closeCard
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=12 top=24 right=54 bottom=44
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go Home
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=216 top=313 right=334 bottom=293
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Contents
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to card "Contents"
- end mouseUp
-
-
-
- -- part 19 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=9 top=68 right=94 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 18
- -- style flags: 256
- -- line height: 24
- -- part name: Title
-
-
- -- part 20 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=5 top=103 right=303 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: contents
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=449 top=313 right=334 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to card "Index"
- end mouseUp
-
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=187 top=313 right=334 bottom=215
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to previous card
- end mouseUp
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=294 top=313 right=334 bottom=322
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll left
- go to next card
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=323 top=313 right=334 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next2
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll left
- go to card 1 of next bkgnd
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=158 top=313 right=334 bottom=186
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: prev2
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to card 1 of prev bkgnd
- end mouseUp
-
-
-
- -- part 28 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=8 top=313 right=334 bottom=63
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- find1
- end mouseUp
-
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=64 top=313 right=334 bottom=119
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Again
- ----- HyperTalk script -----
- on mouseUp
- findAgain
- end mouseUp
-
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=51 top=25 right=57 bottom=85
- -- title width / last selected line: 0
- -- icon id / first selected line: 25002 / 25002
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: help
- ----- HyperTalk script -----
- on mouseUp
- helpButton
- end mouseUp
-
-